/src/routes/[locale=locale]/+page.svelte

This page will be more interesting if you turn on all three languages (includes LTR and RTL) using the language selector in the sidebar. You can also view this page standalone by just going to the root route (/).

en
Will throw an error on dev browser, but just console error on prod
en
defaults to closest matching locale (en) and keeps rest of the url route
en-GB
Edit page in GitHub